Assignment 1

Here is a screenshot of My Website

This is my first website made using HTML and CSS. All assignments of DSL810 and a brief resume are uploaded here.




Following are the steps followed for website development


  1. Choose a editable Bootstrap/HTML/CSS template.

  2. Edit the template as required using essential softwares like text editors and host the website to a server.

  3. Softwares used for this purpose.
    • VS Code and Atom : text editors for coding and editing the site
    • Whatsapp and ImageMagick : for compressing images
    • GitBash : for pushing the files to the server
    • GitHub : for hosting local servers
    • w3schools and stackoverflow : to learn basic HTML and CSS coding



Basic commands used while making the site

  1. Paragraph Tag
  2. <p> </p>


  3. Title Tag
  4. <title> </title>


  5. Header Tag
  6. <h1> </h1>


  7. Putting hyperlinks
  8. <a href= "http://../"> </a>


  9. Inserting Images
  10. <img src= "./...png" class = "img-responsive" alt = "">


  11. Headers/Navigation bars for all sections

Pushing to GitHub server

  • Uploading process


  • Accessing the website : https://adityanp18.github.io/Aditya-s-Website/